projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e819413
)
byte-opt.el: Remove test that's not applicable any more
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 21 Mar 2024 22:16:41 +0000
(18:16 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 21 Mar 2024 22:16:41 +0000
(18:16 -0400)
* lisp/emacs-lisp/byte-opt.el: Remove left-over test for ancient
byte-compiled representation.
lisp/emacs-lisp/byte-opt.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/byte-opt.el
b/lisp/emacs-lisp/byte-opt.el
index f75be3f71ad949bebcba3fe0f004aa5698cf2a12..f6df40a2d9b8ce526d3f97a86526b426ad8c42e4 100644
(file)
--- a/
lisp/emacs-lisp/byte-opt.el
+++ b/
lisp/emacs-lisp/byte-opt.el
@@
-3116,7
+3116,6
@@
If FOR-EFFECT is non-nil, the return value is assumed to be of no importance."
;;
(eval-when-compile
(or (compiled-function-p (symbol-function 'byte-optimize-form))
- (assq 'byte-code (symbol-function 'byte-optimize-form))
(let ((byte-optimize nil)
(byte-compile-warnings nil))
(mapc (lambda (x)